body {
    background: #03A9F4!important;
}
.about-area {
    padding-top: 5%;
    padding-left: 5%;
}
.about-img {
    position: relative;
    padding-left: 10px;
    padding-top: 20px;
}
.about-img::before {
    content: "";
    position: absolute;
    right: -30px;
    top: 30px;
    border: 10px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
}
.about-img img {
    width: 90%;
    height: 400px;
}
.about-text {
    padding: 20%;
}
.about-text h2 {
    color: #fff;
    font-family: cursive;
    font-size: 50px;
}
.about-text p {
    font-size: 18px;
    color: #ddd;
}
.about-text a {
    background-color: black;
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}